home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / database / hsmt4095.zip / HSMART95.EXE / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1996-06-20  |  2KB  |  98 lines

  1. object Form9: TForm9
  2.   Left = 260
  3.   Top = 208
  4.   AutoScroll = False
  5.   Caption = 'Time Stamping Program'
  6.   ClientHeight = 293
  7.   ClientWidth = 447
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 1
  17.     Top = 1
  18.     Width = 68
  19.     Height = 67
  20.     Picture.Data = {<image000.bmp>}
  21.   end
  22.   object Memo1: TMemo
  23.     Left = 106
  24.     Top = 7
  25.     Width = 335
  26.     Height = 282
  27.     Alignment = taCenter
  28.     Color = clMenu
  29.     Enabled = False
  30.     Font.Color = clNavy
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     Lines.Strings = (
  35.       'This "try before you buy" program is time '
  36.       'stamped on your initial running of the program. '
  37.       ' At the end of thirty days you will start receiving '
  38.       'regular reminders that the program is not '
  39.       'registered and if you continue to use the '
  40.       'program it needs to be registered.  Registration '
  41.       'brings many benefits including the ability to '
  42.       'print your menu and shopping list and getting '
  43.       'rid of the nuisance screens about registration.'
  44.       'Registration also ensures that you will be '
  45.       'notified of major enhancements to the program '
  46.       'and that those upgrades will be FREE to '
  47.       'registered users who download the upgrade '
  48.       'and only $5 for those needing a diskette. '
  49.       'Continuing from this point indicates your '
  50.       'acceptance of these terms.'
  51.       ''
  52.       '')
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object BitBtn1: TBitBtn
  57.     Left = 6
  58.     Top = 207
  59.     Width = 89
  60.     Height = 33
  61.     Caption = '&Proceed'
  62.     TabOrder = 1
  63.     OnClick = BitBtn1Click
  64.     Kind = bkOK
  65.   end
  66.   object BitBtn2: TBitBtn
  67.     Left = 6
  68.     Top = 247
  69.     Width = 89
  70.     Height = 33
  71.     Caption = '&Cancel'
  72.     TabOrder = 2
  73.     OnClick = BitBtn2Click
  74.     Kind = bkCancel
  75.   end
  76.   object Memo2: TMemo
  77.     Left = 0
  78.     Top = 93
  79.     Width = 104
  80.     Height = 108
  81.     Alignment = taCenter
  82.     Color = clBlue
  83.     Font.Color = clWhite
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold]
  87.     Lines.Strings = (
  88.       'Henning '
  89.       'Associates'
  90.       '1710 Allied St. #36'
  91.       'Charlottesville, '
  92.       'VA 22903'
  93.       '800-823-6896')
  94.     ParentFont = False
  95.     TabOrder = 3
  96.   end
  97. end
  98.